home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / pcboard / pcbl200.zip / PCBLANG.DOC < prev    next >
Text File  |  1996-06-13  |  4KB  |  95 lines

  1.  -─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ --─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ -─
  2.                         φ No-Name Productions Presents φ
  3.  ---∙∙-─∙-─-∙─----─-─-─∙─∙──-─--─ ---- ---∙∙-─∙-─-∙─----─-─-─∙─∙─∙──-─--─ ---─
  4.  
  5.                                     PCBLANG
  6.                                   version 2.00
  7.                                By Kenneth Padgett
  8.  
  9.    PCBLANG now supports all versions of Clark Development Company's PCBoard!
  10.  -─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ --─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ -─
  11.                                 What is PCBLANG?
  12.  ---∙∙-─∙-─-∙─----─-─-─∙─∙──-─--─ ---- ---∙∙-─∙-─-∙─----─-─-─∙─∙─∙──-─--─ ---─
  13.  
  14.   PCBLANG converts your PCBTEXT files(s) into a text file which you can edit
  15.   with a standard text editor or PCBEDIT and then allows you to "re-compile"
  16.   that text file into it's origanal form.
  17.  
  18.  -─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ --─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ -─
  19.                           Whats new with version 2.00?
  20.  ---∙∙-─∙-─-∙─----─-─-─∙─∙──-─--─ ---- ---∙∙-─∙-─-∙─----─-─-─∙─∙─∙──-─--─ ---─
  21.  
  22.   So, what's new in this version you ask? PCBLANG in now compatable with any
  23.   PCBoard version that uses PCBTEXT.  (As far as I know)  It has been tested
  24.   with  PCBoard versions  14.5, 15.1, 15.2, 15.21, 15.22, and 15.3.   I hope
  25.   those running older versions of PCBoard can make use of this utility!
  26.  
  27.  -─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ --─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ -─
  28.                                    Disclamer
  29.  ---∙∙-─∙-─-∙─----─-─-─∙─∙──-─--─ ---- ---∙∙-─∙-─-∙─----─-─-─∙─∙─∙──-─--─ ---─
  30.  
  31.   Whatever happens, I'm NOT responsible! Use at your own risk.  Allthough, I
  32.   have made every attemp to produce a soundly-coded product I cannot predict
  33.   everything.  It should work fine,  however no guarnatees express,  implied
  34.   or forthgiven.
  35.  
  36.  -─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ --─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ -─
  37.                            PCBLANG usage and options
  38.  ---∙∙-─∙-─-∙─----─-─-─∙─∙──-─--─ ---- ---∙∙-─∙-─-∙─----─-─-─∙─∙─∙──-─--─ ---─
  39.  
  40.   PCBLANG /OPTION PCBTEXT[.EXT] OUTFILE[.EXT]
  41.           └──1──┘ └─────2─────┘ └─────3─────┘
  42.  
  43.   1 ∞ /TOTXT, To convert lang file to a text file
  44.       /TOPCB, To convert text file to a lang file
  45.  
  46.   2 ∞ Filename of the PCBTEXT file to deal with, read by
  47.       the /TOTXT option, written by the /TOPCB option
  48.  
  49.   3 ∞ Filename of the TEXT file to deal with, written by
  50.       the /TOTXT option, read by the /TOPCB option
  51.  
  52.   You could make use of batch files to save some typing... PCBLANG returns
  53.   with an errorlevel of 1 if something goes wrong (File not found, Locked,
  54.   Bad Command Line Param, Ect),  and 0 if all goes well. Example:
  55.  
  56.   @ECHO OFF
  57.   PCBLANG /TOPCB PCBTEXT PCBTEXT.TXT
  58.   IF ERRORLEVEL 1 GOTO ERROR
  59.   GOTO DONE
  60.   :ERROR
  61.   Echo Error Converting PCBTEXT.TXT to PCBTEXT! Aborted!
  62.   :DONE
  63.  
  64.  -─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ --─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ -─
  65.                            Contacting Kenneth Padgett
  66.  ---∙∙-─∙-─-∙─----─-─-─∙─∙──-─--─ ---- ---∙∙-─∙-─-∙─----─-─-─∙─∙─∙──-─--─ ---─
  67.  
  68.   If you have any questions, comments, suggestions, ect.. Send them my way!
  69.   You can contact me at:
  70.  
  71.               E-mail:  maverick@phcc.org
  72.             WWW Page:  http://pages.prodigy.com/no-name/kenneth.htm
  73.            or my BBS:  The No-Name BBS (703) 323-6838
  74.                           (Full access first call)
  75.  
  76.                         φ Any response is appreciated! φ
  77.  
  78.  -─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ --─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ -─
  79.                               Registering PCBLANG!
  80.  ---∙∙-─∙-─-∙─----─-─-─∙─∙──-─--─ ---- ---∙∙-─∙-─-∙─----─-─-─∙─∙─∙──-─--─ ---─
  81.  
  82.   NO! Not a fee! Well, no, there's no fee for using PCBLANG, it's freeware,
  83.   but if your the giving kind, then you could send 5 or 10 bucks to me at:
  84.  
  85.   Kenneth Padgett
  86.   P.O. Box 12443
  87.   Burke, Va 22009-2443
  88.  
  89.   By supporting this product, your encouraging me to continue my efforts,
  90.   and help me with my tuition bill! ;) Not required, but VERY appreciated!
  91.  
  92.  -─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ --─----─-∙-∙─∙─-─-─--─-──∙∙∙─∙─∙──--─ -─
  93.                                That's it, Enjoy!
  94.  ---∙∙-─∙-─-∙─----─-─-─∙─∙──-─--─ ---- ---∙∙-─∙-─-∙─----─-─-─∙─∙─∙──-─--─ ---─
  95.